.. _EEex_SetBit: =================================== EEex_SetBit =================================== :: EEex_SetBit(original, toSetIndex) Sets the bit value to 1 as specified by *toSetIndex* in *original* value **Parameters** * **original** - original bits value * **toSetIndex** - bit index into the value to set to 1 **Return** Returns the *original* value adjusted with the new bit setting **Example** :: EEex_SetBit() **See Also** :ref:`EEex_UnsetBit`, :ref:`EEex_SetBits`, :ref:`EEex_SetMask`, :ref:`EEex_UnsetBits`, :ref:`EEex_UnsetMask`